@charset "utf-8";
ul {
	margin: 0px; padding: 0px; list-style-type: none;
}
li {
	margin: 0px; padding: 0px; list-style-type: none;
}
.menu_sub {
	position: absolute;
}
.menu_sub ul li {
	position: relative;
}
.menu_sub li {
	background: /*rgb(27, 126, 0)*/#277ad8; width: 112px; height: 30px; text-align: center; line-height: 30px;
}
.menu_sub li a {
	height: 30px; color: rgb(255, 255, 255); font-family: "微软雅黑"; font-size: 12px; display: block;
}
.menu_sub li a:hover {
	background:/* rgb(89, 195, 33)*/#66ccff; color: rgb(255, 255, 255); text-decoration: none; display: block;
}
